SixBit API Schema
SelectedValuesType Complex Type
Description
A collection of selectedvalue elements.
Namespace (none)
Diagram
Type Element ValueID Element Value Element Name Element All SelectedValue Element DeletedValue Element Choice DeletedValues Element Choice SelectedValuesType Complex Type
Overview
SelectedValuesType
A collection of selectedvalue elements.
haveDefaultsBeenSet optional xs:boolean
Choice 0..∞
Used By
SelectedValues Element
Attributes
NameTypeUseDefaultFixedDescription
haveDefaultsBeenSetxs:booleanoptionalfalse  
Source
<xs:complexType name="SelectedValuesType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of selectedvalue elements.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="DeletedValues" type="DeletedValuesType" minOccurs="0" maxOccurs="unbounded" />
    <xs:element name="SelectedValue" type="SelectedValueType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A single item specific name/value pair.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
  <xs:attribute name="haveDefaultsBeenSet" type="xs:boolean" use="optional" default="false" />
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.